home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / rrect.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-16  |  1.5 KB  |  46 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. // RRect.h : main header file for the RRect DLL
  12. //
  13.  
  14. #ifndef __AFXWIN_H__
  15.     #error include 'stdafx.h' before including this file for PCH
  16. #endif
  17.  
  18. #include "resource.h"        // main symbols
  19.  
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CRoundRectApp
  22. // See RRect.cpp for the implementation of this class
  23. //
  24.  
  25. class CRoundRectApp : public CWinApp
  26. {
  27. public:
  28.     CRoundRectApp();
  29.  
  30. // Overrides
  31.     // ClassWizard generated virtual function overrides
  32.     //{{AFX_VIRTUAL(CRoundRectApp)
  33.     public:
  34.     virtual BOOL InitInstance();
  35.     //}}AFX_VIRTUAL
  36.  
  37.     //{{AFX_MSG(CRoundRectApp)
  38.         // NOTE - the ClassWizard will add and remove member functions here.
  39.         //    DO NOT EDIT what you see in these blocks of generated code !
  40.     //}}AFX_MSG
  41.     DECLARE_MESSAGE_MAP()
  42. };
  43.  
  44.  
  45. /////////////////////////////////////////////////////////////////////////////
  46.